html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
body {
  background: #fff;
  position: relative;
  z-index: 1;
  font-family: '\5FAE\8F6F\96C5\9ED1', Arial, Helvetica, sans-serif;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
* {
  box-sizing: border-box;
}
.page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-size: 28px;
  line-height: 2;
}
.section-title h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 2.5;
}
.hide,
.hidden {
  display: none !important;
}
.header-top {
  background: #003a31;
}
.homepage-slides .single-slide-item p {
  font-size: 36px;
  color: #fff;
}
.single-serv-item .service-item {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding: 25px;
  position: relative;
  overflow: hidden;
}
.single-serv-item .service-item .item-type{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffa800;
    color: #fff;
    padding: 8px 100px;
    top: 12px;
    right: -92px;
    transform: rotate(45deg);
}
.single-serv-item .service-item .item-type.item-type-green{
    background: #00e59c;
    right: -88px;
}
.single-serv-item .service-item .serv-content {
  padding: 0;
  border: 0;
  flex: 1;
}
.single-serv-item .service-item .item-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 1.25rem;
  border-top: 1px solid #eee;
  position: relative;
}
.single-serv-item .service-item .item-text::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: #aaa;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(45deg);
  margin-left: -6px;
  border: 3px solid #fff;
  box-sizing: content-box;
  margin-top: -6px;
}
.single-serv-item .service-item .item-text h4 {
  font-weight: bold;
}
.single-serv-item .service-item .item-text h6 {
  margin-top: .75rem;
}
.single-serv-item .service-item:hover {
  opacity: 1;
  background: #003a31;
}
.single-serv-item .service-item:hover .st1 {
  fill: #fff;
}
.single-serv-item .service-item:hover h4,
.single-serv-item .service-item:hover h6 {
  color: #fff;
}
.single-serv-item .service-item:hover img {
  filter: invert(1);
}
.single-serv-item .service-item:hover .item-text {
  border-color: #008b76;
}
.single-serv-item .service-item:hover .item-text::before {
  background: #00b99d;
  border-color: #008b76;
}
.skill-area .single-counter-box {
  border-color: #008672;
}
.skill-content {
  background: #003a31;
}
.details .title {
  font-size: 36px;
  font-weight: bold;
  color: #008672;
}
.details .subtitle {
  font-size: 20px;
  margin: 24px 0;
  color: #555;
}
.details .media {
  padding: 2rem;
  border: 1px solid #dddddd;
}
.details-text {
  padding-top: 88px;
}
.details-text ul {
  display: flex;
  flex-direction: column;
}
.details-text ul li {
  padding: 24px 0;
  display: flex;
  align-items: center;
  border-top: 1px solid #dddddd;
  line-height: 1.5;
  font-size: 16px;
}
.details-text ul li label {
  margin-bottom: 0;
  font-weight: bold;
  width: 128px;
}
.details-text ul li:last-child {
  border-bottom: 1px solid #dddddd;
}
.contact {
  padding: 4rem 0;
}
.contact .key-feature {
  border-right: 1px solid #dddddd;
}
.contact .col-lg-6:last-child .key-feature {
  border-right: 0;
}
